FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / ReportObjectNamedList<TItem> Class / Count Property

In This Topic
    Count Property (ReportObjectNamedList<TItem>)
    In This Topic
    Gets the number of elements in the collection.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Count As Integer
    public virtual int Count {get;}
    See Also